home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / vedt.zip / WHAT-IS.NEW < prev    next >
Text File  |  1990-09-19  |  6KB  |  123 lines

  1.  
  2.         ╔═══════════════════════════════════════════╗
  3.         ║    WELCOME TO VEDIT PLUS VERSION 3.3      ║
  4.         ╚═══════════════════════════════════════════╝
  5.  
  6. This is an overview of the changes made from version 2.03/2.33 to the new 
  7. version 3.3.  It is primarily oriented towards previous VEDIT PLUS users.
  8.  
  9.  
  10. Pull Down    An extensive and easy to use pull-down menu system allows
  11. Menus        accessing most editing functions.  Of course, editing
  12.         functions can also be accessed with single key-strokes.  Most
  13.         edit parameters, switches, options and tab positions can be
  14.         changed via the menu system.
  15.  
  16.         The current keyboard layout and keystroke macros can be
  17.         displayed.  Edit buffer, text register and general status
  18.         information is available within the menu system.
  19.  
  20. Context        Pressing [HELP] (Alt-F1) within the menu system or when you
  21. Sensitive    are being prompted gives specific help on the current edit
  22. On-line help    function(s) in a pop-up window.
  23.  
  24. Mouse Support    The mouse can be used to navigate and select from the menu
  25. Integrated    system.  It can also quickly scroll to other parts of the
  26.         file, perform block operations and switch between windows.
  27.  
  28. Multi-level    You can undo your most recent edit changes, including deleting
  29. UNDO        text, even global search and replace.  You can undo step by
  30.         step or line by line.  Up to 1000 steps in each edit buffer
  31.         can be undone.
  32.  
  33. Point &        Files can be selected via Point & Shoot.  At any prompt for a
  34. Shoot        filename press <Enter> to select from the files in the current
  35.         directory or enter a "filter" such as "*.txt".  Other drives,
  36.         directories and filters can be selected within the Point &
  37.         Shoot system.
  38.  
  39. Save        The menu item {CONFIG,Save into VEDIT} saves all configuration
  40. Configuration    changes and optionally any new keystroke macros permanently
  41.         into VEDIT.  It can also transfer the current configuration
  42.         into future releases of VEDIT.
  43.  
  44. Binary Editing    VEDIT can now edit files containing CTRL-Z and binary files
  45.         such as .EXE files and database files.
  46.  
  47. Block        Additional block operations for copying and moving are 
  48. Operations    available.  The beginning and end of a block may be marked
  49.         (highlighted) and the block subsequently copied or moved 
  50.         without using a text register.  Block column operations
  51.         are also supported.
  52.  
  53. Regular        You can optionally use the popular "regular expressions" in
  54. Expressions    search and replace as an alternative to the existing (and
  55.         enhanced) pattern matching.
  56.  
  57. Automatic    Large files are handled better.  VEDIT will perform all 
  58. Buffering    necessary file buffering to handle any kind of text insertion 
  59.         such as file insertions and large register insertions.  For 
  60.         example you can insert a 1 Megabyte file into the middle of 
  61.         another large file (using {FILE, Insert File} function).
  62.  
  63. Windows        Different parts of a file can be displayed in separate 
  64.         windows.  This permits editing one region of a file while
  65.         viewing another region.
  66.  
  67. W.P. / Editor    Popular word processors/editors can be more closely emulated. 
  68. Emulation    New options control the operation of the <Enter> and <Tab>
  69.         keys and [FIND] and [REPLACE] functions.
  70.  
  71. Cursor        Two new cursor positioning modes have been added.  In Mode 2
  72. Positioning    the cursor "zig-zags" as it is moved up or down past the end
  73. Modes        of a short line.  Mode 4 allows free-form text layout.
  74.  
  75. Keystroke    Keystroke macros can now freely move between the Visual and
  76. Macros        Command Modes.  New keystroke macros can be edited while being 
  77.         entered.  Or, keystroke macros may be added by recording 
  78.         keystrokes while you perform actual editing. The current 
  79.         keystroke macros can be displayed.
  80.  
  81. Command line    The Command Mode command line, prompts for filenames, search
  82. Editing        strings, etc. can be edited using the cursor keys, [BACKSPACE]
  83.         and [DELETE].  Previous command lines, search and replace 
  84.         strings can be accessed with [CURSOR UP] and [CURSOR DOWN].
  85.  
  86. Printing    Printing is more flexible.  You can explicitly set the top
  87.         and bottom margins.  Text can be printed single, double or
  88.         triple spaced.
  89.  
  90. ASCII Table    A convenient pop-up ASCII table can be accessed and allows
  91.         inserting control and graphics characters.
  92.  
  93. Command Mode    New commands and enhanced commands increase the power of the
  94. Commands    macro language and simplify previously difficult operations.
  95.         
  96. Text Regs    The command language allows pushing and popping of up to
  97. Numeric Regs    100 text registers and 100 numeric registers.  This greatly
  98.         simplifies writing macros which are independent of each other.
  99.         A direct register to register copy is also available.
  100.  
  101. Numeric        All internal calculations are now done as 24 bit numbers.
  102. Operations    The on-line calculator has a range of +/- 8,388,607.
  103.  
  104. File Relative    All positions, such as text markers, which were previously
  105. Positions    relative to memory are now relative to the file.  This permits
  106.         text markers to work properly in very large files.  Command
  107.         macros can also operate on files of up to 8 megabytes without
  108.         concern over which portion is currently in memory.
  109.  
  110. VGA support    With a VGA display (PS/2, etc.) you can switch between 25 and
  111.         50 line modes.  You can switch an EGA between 25 and 43 line
  112.         modes.    Press <ALT-L> to switch modes.
  113.  
  114. Speed        While VEDIT PLUS has always been fast, version 3.3 is
  115.         about twice as fast as version 2.03 in terms of screen 
  116.         writing speed (IBM PC), file handling, general editing
  117.         and most command macros.
  118.  
  119. Compiler    The all new Compiler Supports integrates your favorite
  120. Support        compilers, assemblers, linkers, debuggers and Make utilities
  121.         within VEDIT PLUS.  It can significantly improve your
  122.         productivity.
  123.